GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-08T08:14:08.5598175+00:00",
"SubmitDate": "2026-02-08T08:14:08.5598175+00:00",
"ReportPeriodStart": "2026-02-08T08:14:08.5598175+00:00",
"ReportPeriodEnd": "2026-02-08T08:14:08.5598175+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b1ae4a94-9c6f-4797-bde5-658fb8e0d04c",
"Rows": [
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b1ae4a94-9c6f-4797-bde5-658fb8e0d04c",
"Rows": [
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3938d8fb-a0cf-4852-9f72-2c60c6ae89fb",
"f929f0d6-cbd9-4488-b72e-86bed996487d"
],
"Approvers": [
"ea15e3f4-6a66-45a6-8434-29e99236e577",
"8cd3d232-f876-4276-b7a9-d876a1f53155"
],
"ApprovedBy": "6fef6373-f7f4-4647-9782-fae0f40f5503",
"ApprovalDate": "2026-02-08T08:14:08.5598175+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c34c032-5728-4a1d-aaa3-3dd4cb75a62d",
"id": "7c94f9f7-8546-45c1-9a40-0b68828b6352",
"ConfigId": "89aee701-e4bd-4ca9-9210-322905576a0c"
},
{
"GenerationDate": "2026-02-08T08:14:08.5598175+00:00",
"SubmitDate": "2026-02-08T08:14:08.5598175+00:00",
"ReportPeriodStart": "2026-02-08T08:14:08.5598175+00:00",
"ReportPeriodEnd": "2026-02-08T08:14:08.5598175+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b1ae4a94-9c6f-4797-bde5-658fb8e0d04c",
"Rows": [
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b1ae4a94-9c6f-4797-bde5-658fb8e0d04c",
"Rows": [
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cfbd16c-0139-4b4a-9c4c-cb165f0384a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3938d8fb-a0cf-4852-9f72-2c60c6ae89fb",
"f929f0d6-cbd9-4488-b72e-86bed996487d"
],
"Approvers": [
"ea15e3f4-6a66-45a6-8434-29e99236e577",
"8cd3d232-f876-4276-b7a9-d876a1f53155"
],
"ApprovedBy": "6fef6373-f7f4-4647-9782-fae0f40f5503",
"ApprovalDate": "2026-02-08T08:14:08.5598175+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c34c032-5728-4a1d-aaa3-3dd4cb75a62d",
"id": "7c94f9f7-8546-45c1-9a40-0b68828b6352",
"ConfigId": "89aee701-e4bd-4ca9-9210-322905576a0c"
}
]